From 409849b7f015d60bfe621d9c22bac475dd9db52f Mon Sep 17 00:00:00 2001 From: Mistivia Date: Wed, 5 Nov 2025 21:05:43 +0800 Subject: rename readme --- README.md | 26 ++++++++++++++++++++++++++ Readme.md | 26 -------------------------- 2 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 README.md delete mode 100644 Readme.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe1795a --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# HiveMind + +万智牌轮抽工具 + +## 依赖 + +- Boost + +## 构建和运行 + +``` +git clone https://github.com/mistivia/hive-mind.git +cd hive-mind +make && ./hivemind +``` + +## 截图 + +![image](https://github.com/user-attachments/assets/cf8f4899-794d-4792-9e08-9c45e82c4891) + +## 鸣谢 + +HiveMind使用了来自下面两个库的代码 + +- [Crow](https://github.com/ipkn/crow) +- [mstch](https://github.com/no1msd/mstch) diff --git a/Readme.md b/Readme.md deleted file mode 100644 index fe1795a..0000000 --- a/Readme.md +++ /dev/null @@ -1,26 +0,0 @@ -# HiveMind - -万智牌轮抽工具 - -## 依赖 - -- Boost - -## 构建和运行 - -``` -git clone https://github.com/mistivia/hive-mind.git -cd hive-mind -make && ./hivemind -``` - -## 截图 - -![image](https://github.com/user-attachments/assets/cf8f4899-794d-4792-9e08-9c45e82c4891) - -## 鸣谢 - -HiveMind使用了来自下面两个库的代码 - -- [Crow](https://github.com/ipkn/crow) -- [mstch](https://github.com/no1msd/mstch) -- cgit v1.0